home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 63142 / 63142.xpi / older / tkp22.xpi / chrome / skin / overlay.css next >
Cascading Style Sheet File  |  2010-01-24  |  543b  |  23 lines

  1. /* This is just an example.  You shouldn't do this. */
  2. #ketkpin-hello
  3. {
  4.   color: red ! important;
  5. }
  6. #ketkpin-toolbar-button
  7. {
  8.   list-style-image: url("chrome://ketkpin/skin/toolbar-button.png");
  9.   -moz-image-region: rect(0px 24px 24px 0px);
  10. }
  11. #ketkpin-toolbar-button:hover
  12. {
  13.   -moz-image-region: rect(24px 24px 48px  0px);
  14. }
  15. [iconsize="small"] #ketkpin-toolbar-button
  16. {
  17.   -moz-image-region: rect( 0px 40px 16px 24px);
  18. }
  19. [iconsize="small"] #ketkpin-toolbar-button:hover
  20. {
  21.   -moz-image-region: rect(24px 40px 40px 24px);
  22. }
  23.